Auto merge of #3280 - alexcrichton:test-features, r=brson
authorbors <bors@rust-lang.org>
Fri, 11 Nov 2016 00:20:48 +0000 (16:20 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2016 00:20:48 +0000 (16:20 -0800)
Fix passing --features when testing multiple packages

The wrong method was being passed to resolution accidentally. Features specified
via `--features` and `--no-default-features` are spec'd as only applying to the
*current* package, not all packages.

Closes #3279


Trivial merge